-
Notifications
You must be signed in to change notification settings - Fork 347
WIP: drop support for pytest < 4.2 #744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is actually a pretty huge deal! The import of pkg_resources is pretty expensive. It amounts to something like 20% of the overhead of my test runner hammett when using this plugin! |
@boxed I'll look into removing this separately already. |
Speeds up `pytest --version` from 249ms to 204ms. Ref: #744 (comment)
@boxed done, thanks for pointing it out! |
@boxed as for performance in pytest itself see pytest-dev/pytest#4376. |
Speeds up `pytest --version` from 249ms to 204ms. Ref: pytest-dev/pytest-django#744 (comment)
No description provided.